StringUnicodeToAnsi

 

 Converts Unicode strings to Ansi Default strings. The conversion works with the current regional language code of Windows.

 

void @StringUnicodeToAnsi(byte[] target, string source);

 

Parameters

byte[] target : buffer to hold the conversion value

string source : Unicode strings to convert

 

Return Value

None

 

Example

@StringUnicodeToAnsi(buf, "ABC");

 

Description : Change the "ABC" Unicode string to Ansi and store it in buf.

 

Version Information

Supported Version: 10.2.8 or higher

 

Related Helps)

@StringIndexOf()

@StringSubstring()

@StringTrim()

@StringTrimEnd()

@StringTrimStart()

@StringUnicodeToAnsi()